翻訳と辞書
Words near each other
・ Branching order of bacterial phyla (Ciccarelli et al., 2006)
・ Branching order of bacterial phyla (Gupta, 2001)
・ Branching order of bacterial phyla (Rappe and Giovanoni, 2003)
・ Branching order of bacterial phyla (Woese, 1987)
・ Branching Out
・ Brancepeth Castle
・ Brancepeth, Saskatchewan
・ Branch
・ Branch (banking)
・ Branch (computer science)
・ Branch (disambiguation)
・ Branch (hieroglyph)
・ Branch (surname)
・ Branch and bound
・ Branch and cut
Branch and price
・ Branch Area Career Center
・ Branch attachment
・ Branch Avenue
・ Branch Avenue station
・ Branch Back Brook
・ Branch Banking (Wilson, North Carolina)
・ Branch Barrett Rickey
・ Branch Bocock
・ Branch Bragg
・ Branch Brook Park
・ Branch Brook Park (NLR station)
・ Branch Building
・ Branch Canyon Formation
・ Branch Closing


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Branch and price : ウィキペディア英語版
Branch and price
In applied mathematics, branch and price is a method of combinatorial optimization for solving integer linear programming (ILP) and mixed integer linear programming (MILP) problems with many variables. The method is a hybrid of branch and bound and column generation methods.
==Description of Algorithm==

Branch and price is a branch and bound method in which at each node of the search tree, columns may be added to the LP relaxation. At the start of the algorithm, sets of columns are excluded from the LP relaxation in order to reduce the computational and memory requirements and then columns are added back to the LP relaxation as needed. The approach is based on the observation that for large problems most columns will be nonbasic and have their corresponding variable equal to zero in any optimal solution. Thus, the large majority of the columns are irrelevant for solving the problem.
The algorithm typically begins by using a reformulation, such as Dantzig-Wolfe decomposition, to form what is known as the Master Problem. The decomposition is performed to obtain a problem formulation that gives better bounds when the relaxation is solved than when the relaxation of the original formulation is solved. But, the decomposition usually contains many variables and so a modified version, called the Restricted Master Problem, that only considers a subset of the columns is solved. Then, to check for optimality, a subproblem called the pricing problem is solved to find columns that can enter the basis and reduce the objective function (for a minimization problem). This involves finding a column that has a negative reduced cost. Note that the pricing problem itself may be difficult to solve but since it is not necessary to find the column with the most negative reduced cost, heuristic and local search methods can be used. The subproblem must only be solved to completion in order to prove that an optimal solution to the Restricted Master Problem is also an optimal solution to the Master Problem. Each time a column is found with negative reduced cost, it is added to the Restricted Master Problem and the relaxation is reoptimized. If no columns can enter the basis and the solution to the relaxation is not integer, then branching occurs.
Most branch and price algorithms are problem specific since the problem must be formulated in such a way so that effective branching rules can be formulated and so that the pricing problem is relatively easy to solve.〔(【引用サイトリンク】first=M. )
If cutting planes are used to tighten LP relaxations within a branch and price algorithm, the method is known as branch price and cut.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Branch and price」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.